home *** CD-ROM | disk | FTP | other *** search
/ Monster Media 1996 #15 / Monster Media Number 15 (Monster Media)(July 1996).ISO / internet / eudor154.zip / COMMON.Z / CONNECT.MOD < prev    next >
Text File  |  1995-12-14  |  992b  |  33 lines

  1. ;Digicom Connection V.42bis 14.4 fax/data modem
  2. ;
  3. ; If you make a change to this file you should change the name (line above)
  4. ; and copy it into the scripts directory (in case you change scripts).
  5. ;
  6. ; An explicit \r must be placed at the end of a send line if you wish to
  7. ; terminate the line.  \r\n are stripped to \r.  \n will be sent without
  8. ; translation.
  9. ;
  10. ; The modem is assumed to be configured such that
  11. ;  1) When DTR is dropped the modem dropps carier and goes into command mode
  12. ;  2) Must operate in reliable mode LAMP or MNP
  13. ;  3) Hardware flow control is desired, modem and eudora.ini file must match
  14. ;  4) The modem does not change the DCE speed after connect
  15. ;
  16. cancelon ERROR
  17. ;
  18. ;    Hardware flow - &K3
  19. ;    DTR handling  - &D3
  20. ;    Reliable only - \N4 (v.42)
  21. ;     Reliable only - \N2 (MNP)
  22. ;    Fix baud rate - default
  23. ;    all result codes - W1
  24. ;
  25. send AT\r
  26. pause 1
  27. ;
  28. send AT &FX4&C1&D3S7=90\\N4W1&T5%C1\r
  29. waitfor OK
  30. ;
  31. set FlowControl=Hardware
  32. ;
  33.